UCF STIG Viewer Logo

Systems services that are not required must be disabled.


Overview

Finding ID Version Rule ID IA Controls Severity
V-47933 SOL-11.1-030040 SV-60805r1_rule Low
Description
Services that are enabled but not required by the mission may provide excessive access or additional attack vectors to penetrate the system.
STIG Date
Solaris 11 SPARC Security Technical Implementation Guide 2017-03-02

Details

Check Text ( C-50369r1_chk )
Determine all of the systems services that are enabled on the system.

# svcs -a | grep online

Document all enabled services and disable any that are not required.
Fix Text (F-51545r1_fix)
The Service Management profile is required:

Disable any other service not required.

# pfexec svcadm disable [service name]